Meaning asynchronous iterable
What does asynchronous iterable mean? Below you find one meaning for the word asynchronous iterable You can also add a definition of asynchronous iterable yourself

1

0 Thumbs up   0 Thumbs down

asynchronous iterable


An object, that can be used in an async for statement. Must return an asynchronous iterator from its __aiter__() method. Introduced by PEP 492.
Source: docs.python.org




<< asynchronous context manager asynchronous iterator >>